home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / gui / gadoutline2_4.readme < prev    next >
Encoding:
Text File  |  1993-10-20  |  1.6 KB  |  41 lines

  1. Short: Font-sensitive gadget layout library
  2. Type: dev/gui
  3. Uploader: hackbod@xanth.cs.orst.edu
  4. Author: hackbod@xanth.cs.orst.edu
  5.  
  6. This is a shared library which allows a program to create fully
  7. font-sensitive window layouts.  Features automatic resizing support,
  8. hotkeys, jumping windows between public screens, simple vector
  9. drawing.  Includes the library binary, and the header files and
  10. documentation needed to write a program using it.  Shareware.
  11.  
  12. Changes since previous upload:
  13.  
  14. Version 2.4 (August 18, 1993 at 2:08AM) :
  15.  
  16.     The state of SLIDER_KIND gadgets was incorrectly tracked when
  17.     the gadget's arrow buttons were used.  It seems that the arrows never
  18.     send an IDCMP_GADGETUP event so, until a work-around can be found,
  19.     go_ActCmdInfo will be left pointing to the slider gadget until another
  20.     gadget event occurs.  Hopefully, this will not cause any problems.
  21.  
  22. Version 2.3 (August 08, 1993 at 2:49AM) :
  23.  
  24.     Corrected bug in the default dimensions of CYCLE_KIND gadgets which
  25.     by default did not provide enough horizontal width.
  26.     
  27. Version 2.2 (August 07, 1993 at 3:41AM) :
  28.  
  29.     The builtin GadTools hook will now try to move a listview's top so that
  30.     the currently selected node is visible whenever the tag GTLV_Top, ~0 is
  31.     included in the update list and there is a GTLV_Selected tag in either
  32.     the update list or the command's object list.
  33.     
  34. Version 2.1 (July 30, 1993 at 5:29PM) :
  35.  
  36.     GODT_ResetBounds was parsing its arguments in the wrong order;
  37.     instead of (x1,y1,x2,y2) it was doing (y2,x2,y1,x1).
  38.  
  39.     TXTMD_RELCENTER now rounds up so that fonts with an even point size
  40.     are correctly centered.
  41.